home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4676 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  46 lines

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Bitfieldinsert?
  5. Date: 3 Mar 1996 04:00:56 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4hb5ho$r52@maureen.teleport.com>
  8. References: <38232647@kone.fipnet.fi> <4gso1n$2l0@maureen.teleport.com> <38232758@kone.fipnet.fi>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  13.  
  14. : > : > áthe source code .. but then its for the x86 :)
  15. : > 
  16. : > : Hmm, any ideas how? That would be 4 pixels per one instruction.. 
  17. : > 
  18. : >  shading table and using 32bit move.
  19.  
  20. : How? You cant do move.l (a0)+,(a1)+ oc 80x86.
  21.  
  22.  I didn't look at the source... the readme just said ".25 cycle per pixel"
  23.  (not pentium)
  24.  
  25. : >  I was talking about ham6, 4bit per componant not 24...
  26. : >  This mean you use a 4bit plain c2p routine...
  27. : >  ~18ms for 320x200 cpu only. 25mhz 030.
  28. : >  Since its interleaved when you render true color you switch source
  29. : >  componant depanding on the row you render. The result is something
  30. : >  like "transgresion2" (If you have a PC check it out, it does 6bit
  31. : >  per componant ).
  32. : >  The power required to do this on an amiga is render in 4bit with
  33. : >  source switching (no overhead really, happen once per scan line and is
  34. : >  only getting one of 3 pointer), and 4bit c2p to a ham6 screen with the
  35. : >  upper 2 bit preset.
  36. : >  The result is TV style 12bit color res with 256*100 spacial res
  37. : >  on a 6bit 256*300 ham6 screen using 4bit per pixel.
  38.  
  39. : Hmm. 4 bit c2p, how is the palette organized? I guess blitter
  40. : assistance could be good, again.
  41.  
  42.  There is no palette... if you want to use the palette you need to
  43.  use a 6bit c2p.
  44.  
  45.  Stephan
  46.